home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / linux / tools / gtar10.lha / README.AMIGA < prev    next >
Text File  |  1992-09-09  |  2KB  |  63 lines

  1. Since I was asked to release it, here it is, my quick and dirty port of 
  2. Gnu-tar 1.10. Since it works with my ixemul.library, it fully supports links,
  3. altough the recognition of hard links is currently not working, because of
  4. bugs/limitations in their current implementation in AmigaDOS.
  5.  
  6. Since it was a quick port, I didn't bother to support compressed tars, this
  7. is something for a later version of the library that supports more process
  8. control stuff than the current one.
  9.  
  10. I included one Amiga specific option, `-a' or `+amiga-perms', this includes
  11. the full protection long word of every file in the otherwise unused parts
  12. where Unix stores major/minor numbers for devices. Thus if you do
  13.  
  14.   cd DH0:
  15.   tar ac .
  16.  
  17. Then your DH0: partition if stored to `tape:r1000', the default tape device,
  18. that uses Matt's excellent tape-handler (which does a great job on double
  19. buffering tape access). The `a' option guarantees that all information about
  20. your files is stored to tape (file comments are discarded, but who uses them
  21. anyway ;-)). When doing
  22.  
  23.   tar atv
  24.  
  25. You can see that instead of Unix permissions the Amiga permissions are
  26. displayed.
  27.  
  28. Restoring is done similarly:
  29.  
  30.   cd DH0:
  31.   tar ax
  32.  
  33.  
  34. I'm using this tar for own backups, and I don't use any options but the
  35. ones described. I'm pretty sure, there are still tons of bugs in the program,
  36. in options I never even tried, so be careful.
  37.  
  38. I know particularly, that the program still has problems with device: 
  39. notation, and wildcards operating on top of such devices. That's why I'm
  40. using
  41.  
  42.   tar ac .
  43.  
  44. and not for example
  45.  
  46.   tar ac *
  47.  
  48. As in the latter case the toplevel files can't magically be accessed.
  49.  
  50.  
  51. DON'T FORGET TO INSTALL THE ixemul.library, if you don't already have it
  52. installed from one of my previous distributions.
  53.  
  54.  
  55. This program is distributed under the GNU Copyright license, read all of it
  56. in the COPYING file that comes with this archive, read the README file for
  57. the original comments distributed with the Unix archive.
  58.  
  59. -Markus Wild
  60.  
  61. X400-routed...:    <wild@nessie.cs.id.ethz.ch>
  62. SMTP-direct:    <wild@amiga.physik.unizh.ch>
  63.